fix GPSBabel.pro for linux adding -lusb.
authortsteven4 <tsteven4@gmail.com>
Thu, 16 Nov 2017 16:58:59 +0000 (09:58 -0700)
committertsteven4 <tsteven4@gmail.com>
Thu, 16 Nov 2017 16:58:59 +0000 (09:58 -0700)
GPSBabel.pro

index 4eb19d8e7591b22f62592ab67b55bf117cfd7eb3..35f212adc299f47f1b200e27fb787199cee18356 100644 (file)
@@ -159,6 +159,7 @@ win32-msvc* {
 
 linux {
   DEFINES += HAVE_LINUX_HID
+  LIBS += "-lusb"
 }
 
 macx {